home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Internet software / DropURL 1.4 / Read Me (SimpleText) < prev    next >
Text File  |  1996-04-27  |  4KB  |  189 lines

  1. DropURL 1.4
  2. The natural way to manage urls.
  3.  
  4.  
  5.  
  6.  
  7.  
  8. DropURL lets you store URL bookmarks as icons in the Macintosh Finder. They can be arranged simply and hierarchically in folders, put in your Apple menu, or even used as startup items.
  9.  
  10. DropURL requires Internet Config 1.2 or later, and KeyQuencer 1.2 or later is desirable.
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. Creating a DropURL document
  32.  
  33. There are three ways to do this. DropURL’s documents are simply text files with a url in the standard format inside them. If you opened one of the documents with SimpleText it would look like this:
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. Method 1, manual.
  42.  
  43. So, you can open a URL by dragging a TEXT file containing the URL on to the DropURL application. It will then ask Internet Config, version 1.2 or later, to get the correct helper application to get that URL for you.
  44.  
  45. Additionally, DropURL will change the signature of the file to its own so that next time you’ll only need to double-click the URL file to open it. (Be careful you don’t do this to text files without meaning to). You may need to close and open the folder to see the icon change.
  46.  
  47. Method 2, using a KeyQuencer extension.
  48.  
  49. I use the fabulous shareware keyboard macro package called KeyQuencer. Rather than write yet another extension that patches GetNextEvent, I’ve provided a KeyQuencer extension that creates a DropURL file containing whatever text you’ve just copied to the clipboard.
  50.  
  51.  
  52.  
  53.  
  54.  
  55. Put the SaveURL extension inside your KeyQuencer Extensions folder (usually in the System Folder) and re-boot. You’ll see this icon if it loads, but don’t worry there are no patches:
  56.  
  57.  
  58.  
  59.  
  60. To set up the keystroke to execute this extension, open the KeyQuencer control panel and make a macro like this:
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. The most basic form is just to invoke the extension:
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. In this case you’d copy the URL from wherever you saw it, for example by holding the mouse down on a link in Netscape, then hit your hot key (F14 in the example above), you’ll then be asked where to save the DropURL file:
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119. Give your URL a meaningful name and save it where you want. KeyQuencer can be used to grab URLs in more interesting ways, for example you can simply select a URL and have a macro that does the copy for you.
  120.  
  121. Method 3, using an AppleScript
  122.  
  123. The well known scriptMeister Alastair Rankine, has contributed an AppleScript called “Save Clipboard URL”.
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. I’ve supplied both the source and a run-only version. This script prompts you for a file to save the current contents of the clipboard to. You would probably execute it from your script menu (made with the OSA menu extension).
  131.  
  132. You need some extra pieces to use this AppleScript:
  133.  
  134. • Jon’s Commands OSAX.
  135.     <ftp://ftp.info.au//micros/mac/info-mac/dev/osa/jons-commands-151.hqx>
  136. • IC Scriptor OSAX.
  137.     <ftp://ftp.info.au//micros/mac/info-mac/dev/osa/ic-scriptor-10b1.hqx>
  138. • OSA Menu Extension. (Optional, but nice).
  139.     <ftp://ftp.info.au//micros/mac/info-mac/dev/osa/osa-menu-102.hqx>
  140.  
  141. Other features.
  142.  
  143. Both SaveURL (when it creates the file) and DropURL (when it changes the file’s signature) also put the URL in the Finder’s comment field for your convenience. This means you can see the URL by doing a Get Info in the finder:
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164. Note that although System 7.5.3 and greater maintain the finder comment field across desktop file re-builds, I still don’t think it’s the right place to keep the actual data.
  165.  
  166. DropURL and SaveURL are free but © 1995-96 Peter Marks.
  167. SaveClipboard URL AppleScript is free but © 1996 Alastair Rankine.
  168.  
  169. If you have problems, please mail me at Peter.Marks@pobox.com
  170. Get KeyQuencer from: ftp: //ftp.alpcom.it/software/mac/LMontalcini
  171. Get Internet Config from: 
  172.     ftp://ftp.share.com/pub/internet-configuration/index.html
  173.     ftp://ftp.amug.org/pub/peterlewis/
  174.     ftp://redback.cs.uwa.edu.au/Others/PeterLewis/
  175.     ftp://ftp.share.com/peterlewis/
  176.     ftp://ftp.nig.ac.jp/pub/mac/PeterLewis/
  177.     ftp://nic.switch.ch/software/mac/peterlewis/
  178.  
  179. Postscript
  180.  
  181. I feel a bit funny even working on this project as I’ve started trying the CyberDog beta releases. CyberDog, the collection of internet OpenDoc parts gives you total control over your URLs. They can be dragged about, dropped in the Finder, embedded in documents, and stored in a great notebook.
  182.  
  183. So, this is just an interim measure until everyone has CyberDog.
  184.  
  185. Thanks to: Alastair Rankine, Phil Mills, George Bray, and the other testers.
  186.  
  187. Peter
  188. peter.marks@pobox.com
  189.